Skip to main content

All Questions

3votes
2answers
1kviews

How do I design a buffer for a console?

Problem I have a graphical console widget that receives output from an interpreter. Unfortunately the console is not fast enough to paint the output in real-time. So I had to implement a buffer(FIFO ...
Vivek Joshy's user avatar
5votes
1answer
6kviews

Database design/relationship for threading messages

What's the database design or business logic for creating an app for messaging between users? I am having difficulties with choosing how to approach the relationship between each Conversation of User ...
Benjamin Smith Max's user avatar

close